home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr04 / fontjd61.zip / CTABLESW.DOC next >
Text File  |  1993-07-01  |  1KB  |  24 lines

  1. Program CTABLE   ShareWare Version 1.41sw   Copyright (C) 1988  J.R. Thompson
  2.  
  3. Reads an HP Laserjet+ softfont file and generates a character width table
  4. suitable for inclusion in a XyWrite, PC-Write, or MS Word printer definition
  5. file.  Output goes to the file with the same name as the input file but with
  6. a .TAB extension.  The resulting .TAB file needs modification before use by
  7. your word processor.  Set an environment variable to specify word processor: 
  8.         SET CTABLE=MSW    for MS Word
  9.         SET CTABLE=PCW    for PC-Write
  10.         SET CTABLE=XYW    for XyWrite
  11.  
  12.    Syntax:  CTABLESW filespec [optional parameters]
  13. Where filespec is the name of a downloadable font file (<= 40,000 bytes).
  14. Optional Parameters:
  15.    /F=fontname : Specifies the reference name to use for this font (1 letter).
  16.    /N=#        : Assigns a Font Number; replace # with an integer.
  17.    /D          : Disable filtering of non-printing characters.
  18.    /Z          : Filters only control Z definition.
  19.    /V          : Verbose mode. Displays Font info on Screen and in .TAB file.
  20.    /VS         : Displays font info on Screen only.
  21.    /VL         : Look option: Display verbose info, no .TAB file created.
  22. If you use more than one parameter, use the space as a separator.
  23.  
  24.